home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 76 / XENIATGM66.iso / Patch / Shadow Company / scgsc_client.exe / 0 / RCDATA / TMOTD_FORM / TMOTD_FORM.txt
Text File  |  1999-11-13  |  3KB  |  147 lines

  1. object motd_form: Tmotd_form
  2.   Left = 428
  3.   Top = 433
  4.   Width = 426
  5.   Height = 249
  6.   Caption = 'News'
  7.   Color = clBtnFace
  8.   DragKind = dkDock
  9.   DragMode = dmAutomatic
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnEndDock = FormEndDock
  22.   OnShow = FormShow
  23.   OnStartDock = FormStartDock
  24.   OnUnDock = FormUnDock
  25.   PixelsPerInch = 96
  26.   TextHeight = 14
  27.   object motd_text: TRichEdit98
  28.     Left = 0
  29.     Top = 0
  30.     Width = 418
  31.     Height = 222
  32.     Align = alClient
  33.     AutoURLDetect = adDefault
  34.     CustomURLs = <
  35.       item
  36.         Name = 'e-mail'
  37.         Color = clWindowText
  38.         Cursor = crDefault
  39.         Underline = True
  40.       end
  41.       item
  42.         Name = 'http'
  43.         Color = clWindowText
  44.         Cursor = crDefault
  45.         Underline = True
  46.       end
  47.       item
  48.         Name = 'file'
  49.         Color = clWindowText
  50.         Cursor = crDefault
  51.         Underline = True
  52.       end
  53.       item
  54.         Name = 'mailto'
  55.         Color = clWindowText
  56.         Cursor = crDefault
  57.         Underline = True
  58.       end
  59.       item
  60.         Name = 'ftp'
  61.         Color = clWindowText
  62.         Cursor = crDefault
  63.         Underline = True
  64.       end
  65.       item
  66.         Name = 'https'
  67.         Color = clWindowText
  68.         Cursor = crDefault
  69.         Underline = True
  70.       end
  71.       item
  72.         Name = 'gopher'
  73.         Color = clWindowText
  74.         Cursor = crDefault
  75.         Underline = True
  76.       end
  77.       item
  78.         Name = 'nntp'
  79.         Color = clWindowText
  80.         Cursor = crDefault
  81.         Underline = True
  82.       end
  83.       item
  84.         Name = 'prospero'
  85.         Color = clWindowText
  86.         Cursor = crDefault
  87.         Underline = True
  88.       end
  89.       item
  90.         Name = 'telnet'
  91.         Color = clWindowText
  92.         Cursor = crDefault
  93.         Underline = True
  94.       end
  95.       item
  96.         Name = 'news'
  97.         Color = clWindowText
  98.         Cursor = crDefault
  99.         Underline = True
  100.       end
  101.       item
  102.         Name = 'wais'
  103.         Color = clWindowText
  104.         Cursor = crDefault
  105.         Underline = True
  106.       end>
  107.     Font.Charset = DEFAULT_CHARSET
  108.     Font.Color = clWindowText
  109.     Font.Height = -11
  110.     Font.Name = 'Arial'
  111.     Font.Style = []
  112.     HideSelection = False
  113.     LangOptions = [loAutoFont]
  114.     Language = 1033
  115.     ParentFont = False
  116.     ReadOnly = True
  117.     ScrollBars = ssVertical
  118.     ShowSelectionBar = False
  119.     TabOrder = 0
  120.     URLColor = clBlue
  121.     URLCursor = crHandPoint
  122.     OnURLClick = motd_textURLClick
  123.     InputFormat = ifRTF
  124.     OutputFormat = ofRTF
  125.     SelectedInOut = False
  126.     PlainRTF = False
  127.     UndoLimit = 0
  128.     AllowInPlace = False
  129.   end
  130.   object Httpmotdcli: THttpCli
  131.     ProxyPort = '80'
  132.     NoCache = False
  133.     ContentTypePost = 'application/x-www-form-urlencoded'
  134.     MultiThreaded = False
  135.     OnDocBegin = HttpmotdcliDocBegin
  136.     OnDocEnd = HttpmotdcliDocEnd
  137.     Left = 96
  138.     Top = 40
  139.   end
  140.   object UDPmotdcli: TUDPClient
  141.     Authorized = False
  142.     OnData = UDPmotdcliData
  143.     Left = 152
  144.     Top = 40
  145.   end
  146. end
  147.